home *** CD-ROM | disk | FTP | other *** search
- #import <appkit/View.h>
- #import <dpsclient/psops.h>
- #import <appkit/Font.h>
- #import <objc/NXBundle.h>
- #import "BackView.h"
- #include <libc.h>
- #include <math.h>
-
- @interface LazyView:BackView
- {
- float mx, my, ms; // max. width, high and size
- float x, y, r, g, b, size; // curr. x, y pos and r g b color
- int ticks; // how we have to wait for the next move
- char *timestr; // actual time
- Font *actFont; // actual font
- id infoView;
- }
-
- - oneStep;
- - initFrame:(NXRect *)frameRect;
- - drawSelf:(const NXRect *)rects :(int)rectCount;
- - newSize;
- - (const char *)windowTitle;
- - didLockFocus;
- - inspector:sender;
-
- @end
-